toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3
/
AniSearch
/
Data
/
Page
/
Media
/
Title
Title
data
class
Title
(
var
romaji
:
String
?
=
null
,
var
english
:
String
?
=
null
)
(
source
)
Members
Constructors
Title
Link copied to clipboard
constructor
(
romaji
:
String
?
=
null
,
english
:
String
?
=
null
)
Properties
english
Link copied to clipboard
var
english
:
String
?
romaji
Link copied to clipboard
var
romaji
:
String
?
Functions
is
Matching
Titles
Link copied to clipboard
fun
isMatchingTitles
(
title
:
String
?
)
:
Boolean