TitleTrait.fromJson constructor

TitleTrait.fromJson(
  1. Object? json
)

Implementation

factory TitleTrait.fromJson(Object? json) => TitleTrait(json as String);