UsPostNetDecoder.fromMap constructor

UsPostNetDecoder.fromMap(
  1. Map<String, dynamic> map
)

Implementation

factory UsPostNetDecoder.fromMap(Map<String, dynamic> map) => UsPostNetDecoder(
      enabled: map['enabled'] as bool?,
      reportCheckDigit: map['reportCheckDigit'] as bool?,
    );