toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (fill != null) 'fill': fill!,
      if (grade != null) 'grade': grade!,
      if (name != null) 'name': name!,
      if (weight != null) 'weight': weight!,
    };