menu
json_api package
documentation
document.dart
Resource
toIdentifier method
toIdentifier method
dark_mode
light_mode
toIdentifier
method
Identifier
toIdentifier
(
)
Creates a new
Identifier
for this resource.
Implementation
Identifier toIdentifier() => Identifier(type, id);
json_api package
documentation
document
Resource
toIdentifier method
Resource class