menu
another_square package
documentation
square_models.dart
Snippet
Snippet.new constructor
Snippet.new constructor
dark_mode
light_mode
Snippet
constructor
Snippet
(
{
String
?
id
,
String
?
updatedAt
,
String
?
createdAt
,
String
?
content
,
String
?
siteId
,
})
Implementation
Snippet({ this.id, this.updatedAt, this.createdAt, this.content, this.siteId });
another_square package
documentation
square_models
Snippet
Snippet.new constructor
Snippet class