toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (restrictedForReaders != null)
'restrictedForReaders': restrictedForReaders!,
if (restrictedForWriters != null)
'restrictedForWriters': restrictedForWriters!,
};