返回 this 的解码器,将 T 转换为 S。
this
T
S
它可能是状态性的,不应重复使用。
Base64Decoder get decoder => const Base64Decoder();