mangaography property

ListBuilder<CharacterRole> mangaography

Implementation

ListBuilder<CharacterRole> get mangaography =>
    _$this._mangaography ??= new ListBuilder<CharacterRole>();
void mangaography=(ListBuilder<CharacterRole>? mangaography)

Implementation

set mangaography(ListBuilder<CharacterRole>? mangaography) =>
    _$this._mangaography = mangaography;