JSONExtendableImpl constructor

JSONExtendableImpl({
  1. Map<String, dynamic>? custom,
})

Implementation

JSONExtendableImpl({Map<String, dynamic>? custom}) {
  this.custom = custom ?? {};
}