year method
Creates a Korean year number codec.
Implementation
KoreanYearCodec year({String suffix = ''}) => KoreanYearCodec(
suffix: suffix,
);
Creates a Korean year number codec.
KoreanYearCodec year({String suffix = ''}) => KoreanYearCodec(
suffix: suffix,
);