Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
app
/
com.michaelflisar.toolbox.app.classes
/
Developer
Developer
sealed
class
Developer
Inheritors
Author
Company
Members
Types
Author
Link copied to clipboard
class
Author
(
val
name
:
String
,
val
email
:
String
)
:
Developer
Company
Link copied to clipboard
class
Company
(
val
name
:
String
,
val
email
:
String
)
:
Developer
Properties
email
Link copied to clipboard
abstract
val
email
:
String
name
Link copied to clipboard
abstract
val
name
:
String