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