menu
bluesky package
documentation
atproto.dart
Commit
Commit.fromJson factory constructor
Commit.fromJson factory constructor
dark_mode
light_mode
Commit.fromJson
constructor
Commit.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory Commit.fromJson(Map<String, Object?> json) => _$CommitFromJson(json);
bluesky package
documentation
atproto
Commit
Commit.fromJson factory constructor
Commit class